object frmCDDBChoice: TfrmCDDBChoice Left = 316 Top = 199 Width = 419 Height = 312 Caption = 'CDDB: Choose the correct CD' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 234 Width = 411 Height = 32 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Panel2: TPanel Left = 242 Top = 0 Width = 169 Height = 32 Align = alRight BevelOuter = bvNone TabOrder = 0 object btnOK: TButton Left = 4 Top = 4 Width = 75 Height = 25 Caption = '&OK' Default = True Enabled = False ModalResult = 1 TabOrder = 0 end object btnCancel: TButton Left = 88 Top = 4 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end end end object lvChoices: TListView Left = 0 Top = 34 Width = 411 Height = 200 Align = alClient OnClick = lvChoicesClick OnDblClick = lvChoicesDblClick Columns = < item Caption = 'Category' Width = 80 end item Caption = 'Disc ID' Width = 90 end item Caption = 'Title' Width = 220 end> ReadOnly = True HideSelection = False RowSelect = True TabOrder = 1 ViewStyle = vsReport end object StatusBar: TStatusBar Left = 0 Top = 266 Width = 411 Height = 19 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Panels = < item Width = 50 end> ParentFont = False SimplePanel = False end object Panel3: TPanel Left = 0 Top = 0 Width = 411 Height = 34 Align = alTop TabOrder = 3 object Label1: TLabel Left = 1 Top = 1 Width = 409 Height = 32 Align = alClient AutoSize = False Caption = 'The CDDB database could not produce an exact match. Please choos' + 'e the correct CD.' WordWrap = True end end object SaveSettings: TgbSaveSettings IniFileName = 'RCCD' SectionName = 'CDDBChoice Form' RegistryKey = '\Software\GaJITS\' Left = 140 Top = 192 end object gbMinMax1: TgbMinMax MinMaxConstraints.MaxSizeX = 0 MinMaxConstraints.MaxSizeY = 0 MinMaxConstraints.MaxPositionX = 0 MinMaxConstraints.MaxPositionY = 0 MinMaxConstraints.MinTrackSizeX = 419 MinMaxConstraints.MinTrackSizeY = 312 MinMaxConstraints.MaxTrackSizeX = 0 MinMaxConstraints.MaxTrackSizeY = 0 MinMaxConstraints.ApplyMaxSizeX = False MinMaxConstraints.ApplyMaxSizeY = False MinMaxConstraints.ApplyMaxPositionX = False MinMaxConstraints.ApplyMaxPositionY = False MinMaxConstraints.ApplyMinTrackSizeX = True MinMaxConstraints.ApplyMinTrackSizeY = True MinMaxConstraints.ApplyMaxTrackSizeX = False MinMaxConstraints.ApplyMaxTrackSizeY = False Left = 204 Top = 92 end end